home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / web authoring tools / cse html validator / csesetup.exe / _SETUP.1 / history.txt next >
Encoding:
Text File  |  1997-03-23  |  6.3 KB  |  202 lines

  1.  
  2. History file for CSE 3310 HTML Validator.
  3. More recent entries are at the top.
  4.  
  5. CSE 3310 HTML Validator's HOME PAGE
  6. http://www.htmlvalidator.com/
  7.  
  8. ---------------------------
  9. Sunday March 23, 1997 Release of version 2.00B
  10.  
  11.   Corrected problem with reading/writing from/to
  12.    the registry under Windows NT when not logged
  13.    on with Administrator privileges
  14.  
  15. ---------------------------
  16. Monday March 17, 1997 Release of version 2.00A
  17.  
  18.   Ability to better integrate with any HTML Editor
  19.  
  20.   Minor bug fixes, especially to the Character Entities
  21.    and corrected spelling of two Netscape color
  22.    names
  23.  
  24. ---------------------------
  25. Sunday February 2, 1997 Release of version 2.00
  26.  
  27.   Minor bug fixes/updates to program and HTML
  28.    Configuration.
  29.  
  30.   Added Cold Fusion tag support.
  31.  
  32.   New Program Option to require tags having optional
  33.    closing tags instead have required closing tags
  34.  
  35.   New Program Option to disable warnings about '<'
  36.    and '>' characters in <!-- ... --> comments.
  37.  
  38.   New Program Option to make all tags valid everywhere.
  39.  
  40.   New Program Option to ignore text between '<%' and
  41.    '%>' for server side scripting
  42.  
  43.   Removed evaluation line limit for better evaluation
  44.    of software, and added 150 document validation limit.
  45.  
  46.   Updated help file.
  47.  
  48. ---------------------------
  49. Monday January 13, 1997 Release of version 2.00 BETA 1
  50.  
  51.   Many modifications to CSE 3310 HTML Validator!
  52.  
  53.  ******************************************************
  54.  *** Integrates with HomeSite 2.5 and above for one ***
  55.  ***  click document validation!                    ***
  56.  ******************************************************
  57.  
  58.   Minor bug fixes.
  59.  
  60.   Tools get a brain increase. They handle strict comments
  61.    and single quoted strings better, thus handling
  62.    more files correctly.
  63.  
  64.   Major overhaul of HTML Configuration. More support
  65.    for newer tags.
  66.  
  67.   Now validates character entities.
  68.  
  69.   New program options. Autosave HTML Configuration
  70.    option, Enable warnings option, more.
  71.  
  72.   Now checks for high ASCII characters in document.
  73.  
  74.   Unregistered version limited to maximum of 50 line
  75.    HTML documents. Also added a counter to track
  76.    unregistered usage.
  77.  
  78.   Option to display the error messages by the actual
  79.    HTML source that generated the error message.
  80.  
  81.   Removed many internal program limitations such as
  82.    the maximum HTML document line length and
  83.    the number of allowable tag names, attributes,
  84.    and attribute values.
  85.  
  86.   New HTML Configuration file format. Allows smaller
  87.    configuration files on disk and fewer configuration
  88.    limitations. The old format is not compatible.
  89.  
  90.   Can generate several new error messages and
  91.    comments.
  92.  
  93.   Ability to specify a viewer application other than
  94.    Microsoft Windows Notepad.
  95.  
  96.   Supports attributes enclosed in single quotation
  97.    marks.
  98.  
  99.   InstallShield self extracting installation. No
  100.    unzip program needed to install.
  101.  
  102.   Updated HELP file.
  103.  
  104. ---------------------------
  105. June 23, 1996 Released version 1.00 ahead of schedule
  106.  
  107.   Can Drag and Drop files to be processed by a tool.
  108.    Can also process a dropped file with a tool,
  109.    then validate it. That is, you can select whether
  110.    you want to 1) use a tool on dropped files, 2) use
  111.    the validator on dropped files, or 3) use both.
  112.  
  113.   Drag and Drop HTML file(s) onto HTML Validator for
  114.    instant validation! Use Explorer to sort by
  115.    type and then easily select the list of HTML files
  116.    to validate and drop the whole list onto
  117.    HTML Validator for the fastest validation (faster
  118.    than right clicking and selecting 'validate'--
  119.    if you have it set up for this feature). Does not
  120.    work with directories.
  121.  
  122.   Added Edit Last Document to File menu so you can
  123.    launch Notepad to edit the last document
  124.    validated by hitting Alt-F12 or selecting this item.
  125.  
  126.   Now reports number of lines ignored in validation
  127.    (i.e. for <SCRIPT>...</SCRIPT>)
  128.  
  129.   Results of a validation can now be placed in the same
  130.    directory as the HTML document with the same name as
  131.    the HTML document but with a '.val' extension. Using
  132.    Explorer, you can now validate all HTML files in a
  133.    directory at one time and then go back and check
  134.    each .val file individually. Thanks to Sebouh
  135.    Karakashian for this suggestion.
  136.  
  137.   Program now knows whether it is registered or not
  138.  
  139.   Modifications/corrections to the HTML Configuration
  140.  
  141.   Other minor changes/fixes/improvements to program and online help
  142.  
  143. ---------------------------
  144. June 2, 1996 Released second BETA
  145.  
  146.   ** NEW INSTALLSHIELD helps install program and also
  147.    allows easy uninstall through Add/Remove Programs **
  148.  
  149.   Added error message for missing close tags ( </> )
  150.  
  151.   Improved error messages for certain errors
  152.  
  153.   Can now specify specific invalid ranges for tags
  154.  
  155.   Changed definition of the attribute value (no value)
  156.  
  157.   Added attribute value (alphanum string); this allows
  158.    SRC=intro.html to now not generate a must be quoted
  159.    error message, but A=/intro.html will generate the
  160.    error due to the '/'
  161.  
  162.   Added attribute value (null string)
  163.  
  164.   Added (string 2) (see online help for why)
  165.  
  166.   <!DOCTYPE ... is ignored if it appears before any tag names
  167.  
  168.   Modifications made to the configuration file
  169.    * Changed HTML 3.0 Proposed to HTML 3.2
  170.    * Added Java category to support APPLET and PARAM tags
  171.  
  172.   Added Program Option to support the requirement of <!-- ... --> comments
  173.  
  174.   Added Program Option to support multiple line quoted strings 
  175.  
  176.   Removed limit of how many characters appear between '<' and '>'
  177.  
  178.   Will now properly read HTML documents saved in MAC, UNiX, and DOS
  179.    native text formats (no conversion to DOS format necessary!)
  180.  
  181.   Added new tool to convert text files between IBM, MAC, and UNiX formats
  182.  
  183.   The output file may now contain comments/suggestions depending
  184.    on the validation and the program option to display them
  185.  
  186.   Added a Revalidate Last Document menu-item to the File Menu (F12)
  187.  
  188.   Other minor changes/fixes/improvements to program and online help
  189.  
  190. ---------------------------
  191.   Please email al@tetrion.com for any reports on
  192.   incorrect behavior or incorrect HTML Configuration.
  193.  
  194. ---------------------------
  195. 05/18/96
  196.  Released first BETA
  197.  Your input is very important. Please send bug,
  198.  problem, or error reports to wiersch@flash.net.
  199.  
  200. ---------------------------
  201. 04/19/96 Created history file
  202.